CompleteRegionInfo
Members
A type that demonstrates how the different region info types are returned interchangeably. It is one (not all) of the following types:
Subtype A
It is of the type OrbitRegionInfo
.
Subtype B
It is of the type SpaceRegionInfo
.
Subtype C
It is of the type BlackHoleRegionInfo
.
Subtype D
It is of the type StarRegionInfo
.
Subtype E
It is of the type PlanetRegionInfo
.
Luau Type
This is the luau type for CompleteRegionInfo
. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
export type CompleteRegionInfo = OrbitRegionInfo | SpaceRegionInfo | BlackHoleRegionInfo | StarRegionInfo | PlanetRegionInfo